home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Resources / CDROM / Amiga_MO_FAQ / DOSDrivers-3½ / BSD / BSD230 next >
Text File  |  1999-03-21  |  981b  |  38 lines

  1. /* $VER: BSD230 40.2 (21.3.99)
  2.  *
  3.  * 230MB MO file system entry
  4.  *
  5.  * This file enables the Berkeley Fast File System (BFFS) as used by NetBSD on
  6.  * a 230MB MO disk cartridge.
  7.  */
  8.  
  9. /* 230MB MO disks have 446325 512-byte sectors. 13888*32 = 444416. Is this
  10.  * correct?
  11.  */
  12.  
  13. FileSystem    = L:BFFSFileSystem
  14. Flags        = 0
  15. Surfaces    = 1
  16. BlocksPerTrack    = 32
  17. SectorsPerBlock    = 1
  18. SectorSize    = 512
  19. Mask        = 0x7FFFFFFE    /* Change to suit your system and SCSI controller */
  20. MaxTransfer    = 0xFFFFFFFE    /* Change to suit your system and SCSI controller */
  21. Reserved    = -1        /* UNIX partition (-1 = no disk label) */
  22. PreAlloc    = 0        /* BFFS startup flags */
  23. Interleave    = 0
  24. LowCyl        = 2
  25. HighCyl        = 13887
  26. Buffers        = 128        /* Number of 512-byte filesystem buffers */
  27. BufMemType    = 1
  28. DosType        = 0x4E425507    /* 'BFFS' - use another type if you want */
  29. StackSize    = 512
  30. Priority    = 5
  31. GlobVec        = -1
  32.  
  33. /* The Device and Unit fields are controlled by tooltypes in the BSD230 icon.
  34.  *
  35.  * Device    = scsi.device
  36.  * Unit        = 4
  37.  */
  38.